Welcome![Sign In][Sign Up]
Location:
Search - FIFO IN JAVA

Search list

[JSP/Javacache4j_0.4_src

Description: cache4j是一个有简单API与实现快速的Java对象缓存。它的特性包括:在内存中进行缓存,设计用于多线程环境,两种实现:同步与阻塞,多种缓存清除策略:LFU, LRU, FIFO,可使用强引用(strong reference)与软引用(soft reference)存储对象。-cache4j is a simple API and achieving rapid Java Object Cache. Its features include : in memory for caching, designed for multi-threaded environment, the two realized : synchronous and obstruction, cache removal strategies : LFU, LRU, FIFO, can be invoked to use strong (strong reference) with the use of soft (soft referenc e) Storage object.
Platform: | Size: 51071 | Author: ytr | Hits:

[Database system676575585858758578

Description: 模拟实现以下页面置换算法,并计算其命中率: 一、理想置换算法OPT(Optimal Replacemnet) 二、先进先出置换算法FIFO-Simulation following pages replacement algorithms, and calculate their hit rate : 1. OPT ideal replacement algorithm (Optimal Replacement) 2. FIFO replacement algorithm FIFO
Platform: | Size: 193536 | Author: 康抗 | Hits:

[JSP/JavaProcessCall

Description: 操作系统中的进程调度,进程调度模拟程序:假设有10个进程需要在CPU上执行,分别用:先进先出调度算法;基于优先数的调度算法;最短执行时间调度算法 确定这10个进程在CPU上的执行过程。要求每次进程调度时在屏幕上显示:当前执行进程;就绪队列;等待队列 -operating system process scheduling, process simulation scheduling procedures : Assuming a 10 CPU in the process of implementation, respectively : FIFO-scheduling algorithm; Based on the number of priority scheduling algorithm; shortest execution time scheduling algorithm to determine which 10 of the CPU the process of the implementation process. Scheduling requires every process when displayed on the screen : the current implementation process; Ready queue; Waiting for the queue
Platform: | Size: 104448 | Author: 魏然 | Hits:

[JSP/JavaOS_Scheduler

Description: 操作系统中进程调度过程的模拟程序,采用的是FIFO算法-operating system process scheduling process simulation program, using the FIFO algorithm
Platform: | Size: 16384 | Author: 由小诗 | Hits:

[JSP/Javacache4j_0.4_src

Description: cache4j是一个有简单API与实现快速的Java对象缓存。它的特性包括:在内存中进行缓存,设计用于多线程环境,两种实现:同步与阻塞,多种缓存清除策略:LFU, LRU, FIFO,可使用强引用(strong reference)与软引用(soft reference)存储对象。-cache4j is a simple API and achieving rapid Java Object Cache. Its features include : in memory for caching, designed for multi-threaded environment, the two realized : synchronous and obstruction, cache removal strategies : LFU, LRU, FIFO, can be invoked to use strong (strong reference) with the use of soft (soft referenc e) Storage object.
Platform: | Size: 51200 | Author: ytr | Hits:

[OS DevelopFIFO

Description: 先进先出调度算法JAVA实现,操作系统实验-JAVA realization of FIFO scheduling algorithm, the operating system experiment
Platform: | Size: 1024 | Author: xiaotang | Hits:

[OS DevelopChange

Description: 用JAVA实现操作系统的页面置换 其中包括 最佳置换算法(Optimal)、先进先出算法(First-in, First-out) 、最近最久不用的页面置换算法(LeastRecently Used Replacement)三种算法的实现-JAVA realization of the operating system with replacement pages including the best replacement algorithm (Optimal), FIFO algorithm (First-in, First-out), the most recent long-unused page replacement algorithm (LeastRecently Used Replacement) three algorithm
Platform: | Size: 21504 | Author: 王晓 | Hits:

[JSP/JavaOperation

Description: Java程序模拟操作系统中先进先出、短作业优先、响应比高者优先的作业调度-Java FIFO simulation operating system, the short operating priority, in response to high priority of the job scheduling
Platform: | Size: 7168 | Author: Cathy | Hits:

[OS DevelopVirtualmemory

Description: 虚拟内存中四种置换算法: OPT/LRU/FIFO/时钟算法-Four types of virtual memory replacement algorithm: OPT/LRU/FIFO/clock algorithm
Platform: | Size: 1024 | Author: eddycen | Hits:

[OS Developos

Description: 实现分页式存储地址转换过程,在此基础上实现请求分页的地址转换。实现请求页式地址转换中出现的缺页现象时,用到的先进先出FIFO、最近最久未使用LRU、最佳OPT置换算法。 -The realization of paging memory address translation process, in this based on the address translation request page. The realization of Page Address Translation request appeared in the phenomenon of missing pages, the use of FIFO FIFO, long the most recent use of LRU, the best replacement algorithm OPT.
Platform: | Size: 1024 | Author: bartok | Hits:

[JSP/JavaFIFOandLRU(java)

Description: 这是一个用java实现的模拟操作系统的进程调度的FIFO算法和LRU算法。程序默认设置的系统分配给进程的页面数为3个、-This is a simulation using java operating system to achieve the process of the FIFO scheduling algorithm and LRU algorithm. Procedures for the allocation of the default settings of the system to process the number of page 3,
Platform: | Size: 1024 | Author: 123 | Hits:

[JSP/JavaFIFO

Description: 这是一个java做的显示数据的列表程序。-This is a java program to do list.
Platform: | Size: 24576 | Author: prn | Hits:

[JSP/JavaArrayQueue

Description: Java队列 队列是一种“FIFO”先进先出的数据结构.可以想象每年在火车站中买票的人群所组成的"队列"。 |队员1 队员2 队员3 队员3 队员4 队员5 队员6 队员7 队员8| ^ ^ 想象两个指针-Java Queue Queue is a " FIFO" First In First Out data structure. Imagine a year of people buy tickets at the station formed in a " queue." | 1 player 2 players 3 players 3 players 4 players 5 players 6 players 7 players 8 players | ^ ^ imagine two pointers. . .
Platform: | Size: 1024 | Author: aloof | Hits:

[OS DevelopPageReplace

Description: FIFO and LRU replcement (huynhnv.cyworld.vn)
Platform: | Size: 1024 | Author: Mr | Hits:

[OS DevelopPage_Replacement_Algorithm

Description: Page Replacement Algorithm (FIFO and LRU) Simulator and table generator
Platform: | Size: 859136 | Author: Danielpinov | Hits:

[JSP/JavaFIFO1

Description: FIFO排队系统的演示及分析系统的设计,用JAVA描述了FIFO算法。-FIFO queuing system demonstration and analysis system
Platform: | Size: 1024 | Author: 程程 | Hits:

[JSP/JavaPractica1

Description: A FIFO and LIFO source code
Platform: | Size: 34816 | Author: Pablo | Hits:

[JSP/JavaFIFOinJAVA

Description: Simple example demostrate FIFO in JAVA
Platform: | Size: 1024 | Author: Vojta | Hits:

[JSP/JavaFIFO

Description: FIFO TOURNIQUET RMA DMA ALgorithme in java BY CHACHOU MOHAMMED Morocco raaaaaaaa9-FIFO TOURNIQUET RMA DMA ALgorithme in java BY CHACHOU MOHAMMED Morocco raaaaaaaa9
Platform: | Size: 55296 | Author: mohammed | Hits:

[Windows DevelopFIFO

Description: 提供的是页面置换算法中最简单的先进先出策略的java代码实现(The Java code implementation of the simplest FIFO policy in the page replacement algorithm is provided)
Platform: | Size: 1024 | Author: Bruce Shen | Hits:
« 12 »

CodeBus www.codebus.net